home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 23 web forms and controls / firstwebforms / firstwebforms.vbproj < prev    next >
Encoding:
Text File  |  2002-02-21  |  9.8 KB  |  258 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Web"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{5D4A83CF-8551-4445-A177-002AF4F0A5E2}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "FirstWebForms"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "FirstWebForms"
  24.                 StartupObject = ""
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Web"
  74.                     AssemblyName = "System.Web"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Configuration" />
  86.                 <Import Namespace = "System.Data" />
  87.                 <Import Namespace = "System.Drawing" />
  88.                 <Import Namespace = "System.Web" />
  89.                 <Import Namespace = "System.Web.UI" />
  90.                 <Import Namespace = "System.Web.UI.HtmlControls" />
  91.                 <Import Namespace = "System.Web.UI.WebControls" />
  92.             </Imports>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "AssemblyInfo.vb"
  98.                     SubType = "Code"
  99.                     BuildAction = "Compile"
  100.                 />
  101.                 <File
  102.                     RelPath = "AutoPostBackForm.aspx"
  103.                     BuildAction = "Content"
  104.                 />
  105.                 <File
  106.                     RelPath = "AutoPostBackForm.aspx.vb"
  107.                     DependentUpon = "AutoPostBackForm.aspx"
  108.                     SubType = "ASPXCodeBehind"
  109.                     BuildAction = "Compile"
  110.                 />
  111.                 <File
  112.                     RelPath = "AutoPostBackForm.aspx.resx"
  113.                     DependentUpon = "AutoPostBackForm.aspx.vb"
  114.                     BuildAction = "EmbeddedResource"
  115.                 />
  116.                 <File
  117.                     RelPath = "ConnStrings.vb"
  118.                     SubType = "Code"
  119.                     BuildAction = "Compile"
  120.                 />
  121.                 <File
  122.                     RelPath = "FirstWebForms.vsdisco"
  123.                     BuildAction = "None"
  124.                 />
  125.                 <File
  126.                     RelPath = "Global.asax"
  127.                     BuildAction = "Content"
  128.                 />
  129.                 <File
  130.                     RelPath = "Global.asax.vb"
  131.                     DependentUpon = "Global.asax"
  132.                     SubType = "Code"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "Global.asax.resx"
  137.                     DependentUpon = "Global.asax.vb"
  138.                     BuildAction = "EmbeddedResource"
  139.                 />
  140.                 <File
  141.                     RelPath = "HtmlControlsForm.aspx"
  142.                     BuildAction = "Content"
  143.                 />
  144.                 <File
  145.                     RelPath = "HtmlControlsForm.aspx.vb"
  146.                     DependentUpon = "HtmlControlsForm.aspx"
  147.                     SubType = "ASPXCodeBehind"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "HtmlControlsForm.aspx.resx"
  152.                     DependentUpon = "HtmlControlsForm.aspx.vb"
  153.                     BuildAction = "EmbeddedResource"
  154.                 />
  155.                 <File
  156.                     RelPath = "ListControlsForm.aspx"
  157.                     BuildAction = "Content"
  158.                 />
  159.                 <File
  160.                     RelPath = "ListControlsForm.aspx.vb"
  161.                     DependentUpon = "ListControlsForm.aspx"
  162.                     SubType = "ASPXCodeBehind"
  163.                     BuildAction = "Compile"
  164.                 />
  165.                 <File
  166.                     RelPath = "ListControlsForm.aspx.resx"
  167.                     DependentUpon = "ListControlsForm.aspx.vb"
  168.                     BuildAction = "EmbeddedResource"
  169.                 />
  170.                 <File
  171.                     RelPath = "OtherControlsForm.aspx"
  172.                     BuildAction = "Content"
  173.                 />
  174.                 <File
  175.                     RelPath = "OtherControlsForm.aspx.vb"
  176.                     DependentUpon = "OtherControlsForm.aspx"
  177.                     SubType = "ASPXCodeBehind"
  178.                     BuildAction = "Compile"
  179.                 />
  180.                 <File
  181.                     RelPath = "OtherControlsForm.aspx.resx"
  182.                     DependentUpon = "OtherControlsForm.aspx.vb"
  183.                     BuildAction = "EmbeddedResource"
  184.                 />
  185.                 <File
  186.                     RelPath = "StartForm.aspx"
  187.                     BuildAction = "Content"
  188.                 />
  189.                 <File
  190.                     RelPath = "StartForm.aspx.vb"
  191.                     DependentUpon = "StartForm.aspx"
  192.                     SubType = "ASPXCodeBehind"
  193.                     BuildAction = "Compile"
  194.                 />
  195.                 <File
  196.                     RelPath = "StartForm.aspx.resx"
  197.                     DependentUpon = "StartForm.aspx.vb"
  198.                     BuildAction = "EmbeddedResource"
  199.                 />
  200.                 <File
  201.                     RelPath = "Styles.css"
  202.                     BuildAction = "Content"
  203.                 />
  204.                 <File
  205.                     RelPath = "ValidationForm.aspx"
  206.                     BuildAction = "Content"
  207.                 />
  208.                 <File
  209.                     RelPath = "ValidationForm.aspx.vb"
  210.                     DependentUpon = "ValidationForm.aspx"
  211.                     SubType = "ASPXCodeBehind"
  212.                     BuildAction = "Compile"
  213.                 />
  214.                 <File
  215.                     RelPath = "ValidationForm.aspx.resx"
  216.                     DependentUpon = "ValidationForm.aspx.vb"
  217.                     BuildAction = "EmbeddedResource"
  218.                 />
  219.                 <File
  220.                     RelPath = "Web.config"
  221.                     BuildAction = "Content"
  222.                 />
  223.                 <File
  224.                     RelPath = "WebControlsForm.aspx"
  225.                     BuildAction = "Content"
  226.                 />
  227.                 <File
  228.                     RelPath = "WebControlsForm.aspx.vb"
  229.                     DependentUpon = "WebControlsForm.aspx"
  230.                     SubType = "ASPXCodeBehind"
  231.                     BuildAction = "Compile"
  232.                 />
  233.                 <File
  234.                     RelPath = "WebControlsForm.aspx.resx"
  235.                     DependentUpon = "WebControlsForm.aspx.vb"
  236.                     BuildAction = "EmbeddedResource"
  237.                 />
  238.                 <File
  239.                     RelPath = "WebForm1.aspx"
  240.                     BuildAction = "Content"
  241.                 />
  242.                 <File
  243.                     RelPath = "WebForm1.aspx.vb"
  244.                     DependentUpon = "WebForm1.aspx"
  245.                     SubType = "ASPXCodeBehind"
  246.                     BuildAction = "Compile"
  247.                 />
  248.                 <File
  249.                     RelPath = "WebForm1.aspx.resx"
  250.                     DependentUpon = "WebForm1.aspx.vb"
  251.                     BuildAction = "EmbeddedResource"
  252.                 />
  253.             </Include>
  254.         </Files>
  255.     </VisualBasic>
  256. </VisualStudioProject>
  257.  
  258.